-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|679|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




:-}

drawimage problems

22nd December 2008

actually i was using a lowercase "L" and as I said before this is just a rough beginning of a future function for a project I am working on. :)


:-}

drawimage problems

22nd December 2008

The flip worked wonderfully. Looking at my past programs I do have that in there. My mistake. Many thanks.
as for my variable l. This is just a rough outline of a program to come many things will change.
Thanks again i look forward to learning alot here*snip*


:-}

drawimage problems

22nd December 2008

[code]
Graphics 800,600
AutoMidHandle True
SetBuffer BackBuffer()
Global background = LoadImage("smile.bmp")
Global l = 0
While Not l = 1
Cls
drawsmile()
Wend
End
Function drawsmile()
DrawImage background, 400,300
;
;
;
End Function
[*snip*

More - Older Posts